PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / getAsCosArray Method
Index of element to return.
default value to return if the element at the specified index is not a COS array
In This Topic
    getAsCosArray Method
    In This Topic
    Gets the element at the specified index as a COS array.
    Syntax
    public PDFCosArray getAsCosArray( 
       int index,
       PDFCosArray defaultValue
    )

    Parameters

    index
    Index of element to return.
    defaultValue
    default value to return if the element at the specified index is not a COS array

    Return Value

    The element at the specified index.
    Exceptions
    ExceptionDescription
    Thrown when the index value is invalid
    See Also